ASP.NET Core MVC コントロールヘルプ
ItemValidator プロパティ (FlexGridBase<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > FlexGridBase<T> クラス : ItemValidator プロパティ
Gets or sets a validator function to determine whether cells contain valid data.
シンタックス
'宣言
 
Public Overridable Property ItemValidator As System.String
public virtual System.string ItemValidator {get; set;}
解説
If specified, the validator function should take two parameters containing the cell's row and column indices, and should return a string containing the error description. This property is especially useful when dealing with unbound grids, since bound grids can be validated using the BaseCollectionViewService<T>.GetError property instead.
参照

FlexGridBase<T> クラス
FlexGridBase<T> メンバ